package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "assert@1.5.0",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "assert@1.5.0",
  10. "_id": "assert@1.5.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==",
  13. "_location": "/assert",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "assert@1.5.0",
  19. "name": "assert",
  20. "escapedName": "assert",
  21. "rawSpec": "1.5.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.5.0"
  24. },
  25. "_requiredBy": [
  26. "/node-libs-browser"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/assert/-/assert-1.5.0.tgz",
  29. "_spec": "1.5.0",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "bugs": {
  32. "url": "https://github.com/browserify/commonjs-assert/issues"
  33. },
  34. "dependencies": {
  35. "object-assign": "^4.1.1",
  36. "util": "0.10.3"
  37. },
  38. "description": "The node.js assert module, re-packaged for web browsers.",
  39. "devDependencies": {
  40. "mocha": "~1.21.4",
  41. "zuul": "~3.10.0",
  42. "zuul-ngrok": "^4.0.0"
  43. },
  44. "homepage": "https://github.com/browserify/commonjs-assert",
  45. "keywords": [
  46. "assert",
  47. "browser"
  48. ],
  49. "license": "MIT",
  50. "main": "./assert.js",
  51. "name": "assert",
  52. "repository": {
  53. "type": "git",
  54. "url": "git://github.com/browserify/commonjs-assert.git"
  55. },
  56. "scripts": {
  57. "browser-local": "zuul --no-coverage --local 8000 -- test.js",
  58. "test": "npm run test-node && npm run test-browser",
  59. "test-browser": "zuul -- test.js",
  60. "test-native": "TEST_NATIVE=true mocha --ui qunit test.js",
  61. "test-node": "mocha --ui qunit test.js"
  62. },
  63. "version": "1.5.0"
  64. }