123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "_from": "long@~3",
- "_id": "long@3.2.0",
- "_inBundle": false,
- "_integrity": "sha512-ZYvPPOMqUwPoDsbJaR10iQJYnMuZhRTvHYl62ErLIEX7RgFlziSBUUvrt3OVfc47QlHHpzPZYP17g3Fv7oeJkg==",
- "_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.npmmirror.com/long/-/long-3.2.0.tgz",
- "_shasum": "d821b7138ca1cb581c172990ef14db200b5c474b",
- "_spec": "long@~3",
- "_where": "D:\\website\\Other\\score\\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"
- }
|