linx-simulator2/node_modules/long/package.json
2019-09-18 11:11:16 +03:00

64 lines
1.8 KiB
JSON

{
"_from": "long@~3",
"_id": "long@3.2.0",
"_inBundle": false,
"_integrity": "sha1-2CG3E4yhy1gcFymQ7xTbIAtcR0s=",
"_location": "/long",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "long@~3",
"name": "long",
"escapedName": "long",
"rawSpec": "~3",
"saveSpec": null,
"fetchSpec": "~3"
},
"_requiredBy": [
"/bytebuffer"
],
"_resolved": "https://registry.npmjs.org/long/-/long-3.2.0.tgz",
"_shasum": "d821b7138ca1cb581c172990ef14db200b5c474b",
"_spec": "long@~3",
"_where": "/home/sergiu/linx-audio-simulator/node_modules/bytebuffer",
"author": {
"name": "Daniel Wirtz",
"email": "dcode@dcode.io"
},
"bugs": {
"url": "https://github.com/dcodeIO/long.js/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "A Long class for representing a 64-bit two's-complement integer value.",
"devDependencies": {
"closurecompiler": "^1.6",
"metascript": "~0",
"testjs": "latest"
},
"engines": {
"node": ">=0.6"
},
"homepage": "https://github.com/dcodeIO/long.js#readme",
"keywords": [
"math"
],
"license": "Apache-2.0",
"main": "dist/long.js",
"name": "long",
"repository": {
"type": "git",
"url": "git+https://github.com/dcodeIO/long.js.git"
},
"scripts": {
"build": "node scripts/build.js",
"compile": "ccjs dist/long.js --compilation_level=SIMPLE_OPTIMIZATIONS --create_source_map=dist/long.min.map > dist/long.min.js",
"compress": "gzip -c -9 dist/long.min.js > dist/long.min.js.gz",
"make": "npm run-script build && npm run-script compile && npm run-script compress && npm test",
"test": "node node_modules/testjs/bin/testjs tests/suite.js"
},
"version": "3.2.0"
}