package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "is-primitive@2.0.0",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-primitive@2.0.0",
  10. "_id": "is-primitive@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-N3w1tFaRfk3UrPfqeRyD+GYDASU3W5VinKhlORy8EWVf/sIdDL9GAcew85XmktCfH+ngG7SRXEVDoO18WMdB/Q==",
  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.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz",
  29. "_spec": "2.0.0",
  30. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  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. }