Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
61
node_modules/json-bigint/package.json
generated
vendored
Normal file
61
node_modules/json-bigint/package.json
generated
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"_from": "json-bigint@^0.3.0",
|
||||
"_id": "json-bigint@0.3.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-DM2RLEuCcNBfBW+9E4FLU9OCWx4=",
|
||||
"_location": "/json-bigint",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "json-bigint@^0.3.0",
|
||||
"name": "json-bigint",
|
||||
"escapedName": "json-bigint",
|
||||
"rawSpec": "^0.3.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.3.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/gcp-metadata"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/json-bigint/-/json-bigint-0.3.0.tgz",
|
||||
"_shasum": "0ccd912c4b8270d05f056fbd13814b53d3825b1e",
|
||||
"_spec": "json-bigint@^0.3.0",
|
||||
"_where": "D:\\dev\\crossmap\\backend-services\\cm-app-youtube\\node_modules\\gcp-metadata",
|
||||
"author": {
|
||||
"name": "Andrey Sidorov",
|
||||
"email": "sidorares@yandex.ru"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sidorares/json-bigint/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"bignumber.js": "^7.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "JSON.parse with bigints support",
|
||||
"devDependencies": {
|
||||
"chai": "~1.9.1",
|
||||
"mocha": "~1.20.1"
|
||||
},
|
||||
"homepage": "https://github.com/sidorares/json-bigint#readme",
|
||||
"keywords": [
|
||||
"JSON",
|
||||
"bigint",
|
||||
"bignumber",
|
||||
"parse",
|
||||
"json"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "json-bigint",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/sidorares/json-bigint.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "./node_modules/mocha/bin/mocha -R spec --check-leaks test/*-test.js"
|
||||
},
|
||||
"version": "0.3.0"
|
||||
}
|
||||
Reference in New Issue
Block a user