package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "should-util@^1.0.0",
  6. "scope": null,
  7. "escapedName": "should-util",
  8. "name": "should-util",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/data/feimat/test_yali/online/shoufeilive/liveserver/node_modules/should"
  14. ]
  15. ],
  16. "_from": "should-util@>=1.0.0 <2.0.0",
  17. "_id": "should-util@1.0.0",
  18. "_inCache": true,
  19. "_location": "/should-util",
  20. "_nodeVersion": "6.3.1",
  21. "_npmOperationalInternal": {
  22. "host": "packages-16-east.internal.npmjs.com",
  23. "tmp": "tmp/should-util-1.0.0.tgz_1470669431815_0.2821929131168872"
  24. },
  25. "_npmUser": {
  26. "name": "btd",
  27. "email": "bardadymchik@gmail.com"
  28. },
  29. "_npmVersion": "3.10.3",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "should-util@^1.0.0",
  33. "scope": null,
  34. "escapedName": "should-util",
  35. "name": "should-util",
  36. "rawSpec": "^1.0.0",
  37. "spec": ">=1.0.0 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/should",
  42. "/should-type-adaptors"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/should-util/-/should-util-1.0.0.tgz",
  45. "_shasum": "c98cda374aa6b190df8ba87c9889c2b4db620063",
  46. "_shrinkwrap": null,
  47. "_spec": "should-util@^1.0.0",
  48. "_where": "/data/feimat/test_yali/online/shoufeilive/liveserver/node_modules/should",
  49. "author": {
  50. "name": "Denis Bardadym",
  51. "email": "bardadymchik@gmail.com"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/shouldjs/util/issues"
  55. },
  56. "dependencies": {},
  57. "description": "Utility functions",
  58. "devDependencies": {
  59. "eslint": "^3.2.2",
  60. "eslint-config-shouldjs": "^1.0.2",
  61. "rollup": "^0.34.7"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "c98cda374aa6b190df8ba87c9889c2b4db620063",
  66. "tarball": "https://registry.npmjs.org/should-util/-/should-util-1.0.0.tgz"
  67. },
  68. "files": [
  69. "cjs/*",
  70. "es6/*",
  71. "README.md",
  72. "LICENSE"
  73. ],
  74. "gitHead": "43bb1db11f67504e4e5e270b9972b28fff7a1c0c",
  75. "homepage": "https://github.com/shouldjs/util#readme",
  76. "jsnext:main": "es6/should-util.js",
  77. "keywords": [
  78. "shouldjs",
  79. "util"
  80. ],
  81. "license": "MIT",
  82. "main": "cjs/should-util.js",
  83. "maintainers": [
  84. {
  85. "name": "btd",
  86. "email": "bardadymchik@gmail.com"
  87. }
  88. ],
  89. "name": "should-util",
  90. "optionalDependencies": {},
  91. "readme": "ERROR: No README data found!",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/shouldjs/util.git"
  95. },
  96. "scripts": {
  97. "build": "npm run cjs && npm run es6",
  98. "cjs": "rollup --format=cjs --output=cjs/should-util.js index.js",
  99. "es6": "rollup --format=es --output=es6/should-util.js index.js",
  100. "prepublish": "npm run build",
  101. "pretest": "npm run build"
  102. },
  103. "version": "1.0.0"
  104. }