package.json 3.1 KB

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