package.json 2.5 KB

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