项目原始demo,不改动
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
Questo repository è archiviato. Puoi vedere i file e clonarli, ma non puoi effettuare richieste di pushj o aprire problemi/richieste di pull.
 
 
 
 

63 righe
1.5 KiB

  1. {
  2. "_args": [
  3. [
  4. "assert@1.4.1",
  5. "D:\\A易云\\YiYunJianZhu"
  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.npmjs.org/assert/-/assert-1.4.1.tgz",
  29. "_spec": "1.4.1",
  30. "_where": "D:\\A易云\\YiYunJianZhu",
  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. }