package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "is-primitive@2.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-primitive@2.0.0",
  10. "_id": "is-primitive@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-IHurkWOEmcB7Kt8kCkGochADRXU=",
  13. "_location": "/is-primitive",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-primitive@2.0.0",
  19. "name": "is-primitive",
  20. "escapedName": "is-primitive",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/is-equal-shallow"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/is-primitive/download/is-primitive-2.0.0.tgz",
  29. "_spec": "2.0.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/is-primitive/issues"
  37. },
  38. "description": "Returns `true` if the value is a primitive. ",
  39. "devDependencies": {
  40. "mocha": "*",
  41. "should": "^4.0.4"
  42. },
  43. "engines": {
  44. "node": ">=0.10.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/jonschlinkert/is-primitive",
  50. "keywords": [
  51. "boolean",
  52. "check",
  53. "number",
  54. "primitive",
  55. "string",
  56. "symbol",
  57. "type",
  58. "typeof",
  59. "util"
  60. ],
  61. "license": {
  62. "type": "MIT",
  63. "url": "https://github.com/jonschlinkert/is-primitive/blob/master/LICENSE"
  64. },
  65. "main": "index.js",
  66. "name": "is-primitive",
  67. "repository": {
  68. "type": "git",
  69. "url": "git://github.com/jonschlinkert/is-primitive.git"
  70. },
  71. "scripts": {
  72. "test": "mocha"
  73. },
  74. "version": "2.0.0"
  75. }