package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "is-primitive@2.0.0",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  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. "/regex-cache"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz",
  30. "_spec": "2.0.0",
  31. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  32. "author": {
  33. "name": "Jon Schlinkert",
  34. "url": "https://github.com/jonschlinkert"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jonschlinkert/is-primitive/issues"
  38. },
  39. "description": "Returns `true` if the value is a primitive. ",
  40. "devDependencies": {
  41. "mocha": "*",
  42. "should": "^4.0.4"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/jonschlinkert/is-primitive",
  51. "keywords": [
  52. "boolean",
  53. "check",
  54. "number",
  55. "primitive",
  56. "string",
  57. "symbol",
  58. "type",
  59. "typeof",
  60. "util"
  61. ],
  62. "license": {
  63. "type": "MIT",
  64. "url": "https://github.com/jonschlinkert/is-primitive/blob/master/LICENSE"
  65. },
  66. "main": "index.js",
  67. "name": "is-primitive",
  68. "repository": {
  69. "type": "git",
  70. "url": "git://github.com/jonschlinkert/is-primitive.git"
  71. },
  72. "scripts": {
  73. "test": "mocha"
  74. },
  75. "version": "2.0.0"
  76. }