package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "assert@1.4.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "assert@1.4.1",
  10. "_id": "assert@1.4.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-mZEtWRg2tab1s0XA8H7vwI/GXZE=",
  13. "_location": "/assert",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "assert@1.4.1",
  19. "name": "assert",
  20. "escapedName": "assert",
  21. "rawSpec": "1.4.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.4.1"
  24. },
  25. "_requiredBy": [
  26. "/node-libs-browser"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/assert/download/assert-1.4.1.tgz",
  29. "_spec": "1.4.1",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "bugs": {
  32. "url": "https://github.com/defunctzombie/commonjs-assert/issues"
  33. },
  34. "dependencies": {
  35. "util": "0.10.3"
  36. },
  37. "description": "commonjs assert - node.js api compatible",
  38. "devDependencies": {
  39. "mocha": "~1.21.4",
  40. "zuul": "~3.10.0",
  41. "zuul-ngrok": "^4.0.0"
  42. },
  43. "homepage": "https://github.com/defunctzombie/commonjs-assert",
  44. "keywords": [
  45. "assert"
  46. ],
  47. "license": "MIT",
  48. "main": "./assert.js",
  49. "name": "assert",
  50. "repository": {
  51. "type": "git",
  52. "url": "git://github.com/defunctzombie/commonjs-assert.git"
  53. },
  54. "scripts": {
  55. "browser-local": "zuul --no-coverage --local 8000 -- test.js",
  56. "test": "npm run test-node && npm run test-browser",
  57. "test-browser": "zuul -- test.js",
  58. "test-native": "TEST_NATIVE=true mocha --ui qunit test.js",
  59. "test-node": "mocha --ui qunit test.js"
  60. },
  61. "version": "1.4.1"
  62. }