package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "is-primitive@^2.0.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/is-equal-shallow"
  6. ]
  7. ],
  8. "_from": "is-primitive@>=2.0.0 <3.0.0",
  9. "_id": "is-primitive@2.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/is-primitive",
  13. "_nodeVersion": "0.12.0",
  14. "_npmUser": {
  15. "email": "github@sellside.com",
  16. "name": "jonschlinkert"
  17. },
  18. "_npmVersion": "2.5.1",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "is-primitive",
  22. "raw": "is-primitive@^2.0.0",
  23. "rawSpec": "^2.0.0",
  24. "scope": null,
  25. "spec": ">=2.0.0 <3.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/is-equal-shallow"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz",
  32. "_shasum": "207bab91638499c07b2adf240a41a87210034575",
  33. "_shrinkwrap": null,
  34. "_spec": "is-primitive@^2.0.0",
  35. "_where": "/home/seleznev/project Angular/Quality system/node_modules/is-equal-shallow",
  36. "author": {
  37. "name": "Jon Schlinkert",
  38. "url": "https://github.com/jonschlinkert"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/jonschlinkert/is-primitive/issues"
  42. },
  43. "dependencies": {},
  44. "description": "Returns `true` if the value is a primitive. ",
  45. "devDependencies": {
  46. "mocha": "*",
  47. "should": "^4.0.4"
  48. },
  49. "directories": {},
  50. "dist": {
  51. "shasum": "207bab91638499c07b2adf240a41a87210034575",
  52. "tarball": "https://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz"
  53. },
  54. "engines": {
  55. "node": ">=0.10.0"
  56. },
  57. "files": [
  58. "index.js"
  59. ],
  60. "gitHead": "c512b7c95fb049aa9b1f039ddc0670611b66cce2",
  61. "homepage": "https://github.com/jonschlinkert/is-primitive",
  62. "keywords": [
  63. "boolean",
  64. "check",
  65. "number",
  66. "primitive",
  67. "string",
  68. "symbol",
  69. "type",
  70. "typeof",
  71. "util"
  72. ],
  73. "license": {
  74. "type": "MIT",
  75. "url": "https://github.com/jonschlinkert/is-primitive/blob/master/LICENSE"
  76. },
  77. "main": "index.js",
  78. "maintainers": [
  79. {
  80. "name": "jonschlinkert",
  81. "email": "github@sellside.com"
  82. }
  83. ],
  84. "name": "is-primitive",
  85. "optionalDependencies": {},
  86. "readme": "ERROR: No README data found!",
  87. "repository": {
  88. "type": "git",
  89. "url": "git://github.com/jonschlinkert/is-primitive.git"
  90. },
  91. "scripts": {
  92. "test": "mocha"
  93. },
  94. "version": "2.0.0"
  95. }