package.json 1.4 KB

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