package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "should-equal@^1.0.0",
  6. "scope": null,
  7. "escapedName": "should-equal",
  8. "name": "should-equal",
  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-equal@>=1.0.0 <2.0.0",
  17. "_id": "should-equal@1.0.1",
  18. "_inCache": true,
  19. "_location": "/should-equal",
  20. "_nodeVersion": "6.3.1",
  21. "_npmOperationalInternal": {
  22. "host": "packages-16-east.internal.npmjs.com",
  23. "tmp": "tmp/should-equal-1.0.1.tgz_1470751234188_0.5579364374279976"
  24. },
  25. "_npmUser": {
  26. "name": "btd",
  27. "email": "bardadymchik@gmail.com"
  28. },
  29. "_npmVersion": "3.10.3",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "should-equal@^1.0.0",
  33. "scope": null,
  34. "escapedName": "should-equal",
  35. "name": "should-equal",
  36. "rawSpec": "^1.0.0",
  37. "spec": ">=1.0.0 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/should"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/should-equal/-/should-equal-1.0.1.tgz",
  44. "_shasum": "0b6e9516f2601a9fb0bb2dcc369afa1c7e200af7",
  45. "_shrinkwrap": null,
  46. "_spec": "should-equal@^1.0.0",
  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/equal/issues"
  54. },
  55. "dependencies": {
  56. "should-type": "^1.0.0"
  57. },
  58. "description": "Deep comparison of 2 instances for should.js",
  59. "devDependencies": {
  60. "eslint": "^3.0.0",
  61. "eslint-config-shouldjs": "^1.0.2",
  62. "mocha": "latest",
  63. "mocha-better-spec-reporter": "latest",
  64. "rollup": "0.34.7"
  65. },
  66. "directories": {},
  67. "dist": {
  68. "shasum": "0b6e9516f2601a9fb0bb2dcc369afa1c7e200af7",
  69. "tarball": "https://registry.npmjs.org/should-equal/-/should-equal-1.0.1.tgz"
  70. },
  71. "files": [
  72. "cjs/*",
  73. "es6/*",
  74. "README.md",
  75. "LICENSE"
  76. ],
  77. "gitHead": "1ece8136b2f3a19706aad2c80b2afb9f94f1fb5a",
  78. "homepage": "https://github.com/shouldjs/equal",
  79. "jsnext:main": "es6/should-equal.js",
  80. "keywords": [
  81. "should.js",
  82. "deep",
  83. "equal"
  84. ],
  85. "license": "MIT",
  86. "main": "cjs/should-equal.js",
  87. "maintainers": [
  88. {
  89. "name": "btd",
  90. "email": "bardadymchik@gmail.com"
  91. }
  92. ],
  93. "name": "should-equal",
  94. "optionalDependencies": {},
  95. "readme": "ERROR: No README data found!",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/shouldjs/equal.git"
  99. },
  100. "scripts": {
  101. "build": "npm run cjs && npm run es6",
  102. "cjs": "rollup --format=cjs --output=cjs/should-equal.js index.js",
  103. "es6": "rollup --format=es6 --output=es6/should-equal.js index.js",
  104. "prepublish": "npm run build",
  105. "pretest": "npm run build",
  106. "test": "mocha --ui bdd -R mocha-better-spec-reporter test.js"
  107. },
  108. "version": "1.0.1"
  109. }