You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
1.6 KiB

{
"_from": "long@1.1.2",
"_id": "long@1.1.2",
"_inBundle": false,
"_integrity": "sha1-6u9ZUcp1UdlpJrgtokLbnWso+1M=",
"_location": "/long",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "long@1.1.2",
"name": "long",
"escapedName": "long",
"rawSpec": "1.1.2",
"saveSpec": null,
"fetchSpec": "1.1.2"
},
"_requiredBy": [
"/buffermaker"
],
"_resolved": "https://registry.npmjs.org/long/-/long-1.1.2.tgz",
"_shasum": "eaef5951ca7551d96926b82da242db9d6b28fb53",
"_spec": "long@1.1.2",
"_where": "/home/yimian/iot/mqtt/smartfarm/node_modules/buffermaker",
"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": "latest",
"testjs": "latest"
},
"engines": {
"node": ">=0.6"
},
"homepage": "https://github.com/dcodeIO/Long.js#readme",
"keywords": [
"math"
],
"license": "Apache-2.0",
"main": "Long.js",
"name": "long",
"repository": {
"type": "git",
"url": "git+https://github.com/dcodeIO/Long.js.git"
},
"scripts": {
"compile": "ccjs Long.js --compilation_level=ADVANCED_OPTIMIZATIONS > Long.min.js",
"jsdoc": "jsdoc -c jsdoc.json",
"make": "npm run-script compile && npm test && npm run-script jsdoc",
"test": "node node_modules/testjs/bin/testjs tests/suite.js"
},
"version": "1.1.2"
}