package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "is-plain-obj@1.1.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-plain-obj@1.1.0",
  10. "_id": "is-plain-obj@1.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=",
  13. "_location": "/is-plain-obj",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-plain-obj@1.1.0",
  19. "name": "is-plain-obj",
  20. "escapedName": "is-plain-obj",
  21. "rawSpec": "1.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.0"
  24. },
  25. "_requiredBy": [
  26. "/minimist-options",
  27. "/sort-keys"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/is-plain-obj/download/is-plain-obj-1.1.0.tgz",
  30. "_spec": "1.1.0",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/is-plain-obj/issues"
  39. },
  40. "description": "Check if a value is a plain object",
  41. "devDependencies": {
  42. "ava": "0.0.4"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/is-plain-obj#readme",
  51. "keywords": [
  52. "obj",
  53. "object",
  54. "is",
  55. "check",
  56. "test",
  57. "type",
  58. "plain",
  59. "vanilla",
  60. "pure",
  61. "simple"
  62. ],
  63. "license": "MIT",
  64. "name": "is-plain-obj",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/sindresorhus/is-plain-obj.git"
  68. },
  69. "scripts": {
  70. "test": "node test.js"
  71. },
  72. "version": "1.1.0"
  73. }