package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "is-primitive@^2.0.0",
  5. "D:\\work\\im\\node_modules\\regex-cache"
  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. "/regex-cache"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz",
  33. "_shasum": "207bab91638499c07b2adf240a41a87210034575",
  34. "_shrinkwrap": null,
  35. "_spec": "is-primitive@^2.0.0",
  36. "_where": "D:\\work\\im\\node_modules\\regex-cache",
  37. "author": {
  38. "name": "Jon Schlinkert",
  39. "url": "https://github.com/jonschlinkert"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/jonschlinkert/is-primitive/issues"
  43. },
  44. "dependencies": {},
  45. "description": "Returns `true` if the value is a primitive. ",
  46. "devDependencies": {
  47. "mocha": "*",
  48. "should": "^4.0.4"
  49. },
  50. "directories": {},
  51. "dist": {
  52. "shasum": "207bab91638499c07b2adf240a41a87210034575",
  53. "tarball": "https://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz"
  54. },
  55. "engines": {
  56. "node": ">=0.10.0"
  57. },
  58. "files": [
  59. "index.js"
  60. ],
  61. "gitHead": "c512b7c95fb049aa9b1f039ddc0670611b66cce2",
  62. "homepage": "https://github.com/jonschlinkert/is-primitive",
  63. "keywords": [
  64. "boolean",
  65. "check",
  66. "number",
  67. "primitive",
  68. "string",
  69. "symbol",
  70. "type",
  71. "typeof",
  72. "util"
  73. ],
  74. "license": {
  75. "type": "MIT",
  76. "url": "https://github.com/jonschlinkert/is-primitive/blob/master/LICENSE"
  77. },
  78. "main": "index.js",
  79. "maintainers": [
  80. {
  81. "email": "github@sellside.com",
  82. "name": "jonschlinkert"
  83. }
  84. ],
  85. "name": "is-primitive",
  86. "optionalDependencies": {},
  87. "readme": "ERROR: No README data found!",
  88. "repository": {
  89. "type": "git",
  90. "url": "git://github.com/jonschlinkert/is-primitive.git"
  91. },
  92. "scripts": {
  93. "test": "mocha"
  94. },
  95. "version": "2.0.0"
  96. }