package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "long@^3.2.0",
  3. "_id": "long@3.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ZYvPPOMqUwPoDsbJaR10iQJYnMuZhRTvHYl62ErLIEX7RgFlziSBUUvrt3OVfc47QlHHpzPZYP17g3Fv7oeJkg==",
  6. "_location": "/long",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "long@^3.2.0",
  12. "name": "long",
  13. "escapedName": "long",
  14. "rawSpec": "^3.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.2.0"
  17. },
  18. "_requiredBy": [
  19. "/@webassemblyjs/wast-parser",
  20. "/@webassemblyjs/wast-printer"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/long/-/long-3.2.0.tgz",
  23. "_shasum": "d821b7138ca1cb581c172990ef14db200b5c474b",
  24. "_spec": "long@^3.2.0",
  25. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\@webassemblyjs\\wast-parser",
  26. "author": {
  27. "name": "Daniel Wirtz",
  28. "email": "dcode@dcode.io"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/dcodeIO/long.js/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "A Long class for representing a 64-bit two's-complement integer value.",
  37. "devDependencies": {
  38. "closurecompiler": "^1.6",
  39. "metascript": "~0",
  40. "testjs": "latest"
  41. },
  42. "engines": {
  43. "node": ">=0.6"
  44. },
  45. "homepage": "https://github.com/dcodeIO/long.js#readme",
  46. "keywords": [
  47. "math"
  48. ],
  49. "license": "Apache-2.0",
  50. "main": "dist/long.js",
  51. "name": "long",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/dcodeIO/long.js.git"
  55. },
  56. "scripts": {
  57. "build": "node scripts/build.js",
  58. "compile": "ccjs dist/long.js --compilation_level=SIMPLE_OPTIMIZATIONS --create_source_map=dist/long.min.map > dist/long.min.js",
  59. "compress": "gzip -c -9 dist/long.min.js > dist/long.min.js.gz",
  60. "make": "npm run-script build && npm run-script compile && npm run-script compress && npm test",
  61. "test": "node node_modules/testjs/bin/testjs tests/suite.js"
  62. },
  63. "version": "3.2.0"
  64. }