mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 15:04:45 +00:00
87 lines
2.4 KiB
JSON
87 lines
2.4 KiB
JSON
|
{
|
||
|
"_from": "stringifier@^1.3.0",
|
||
|
"_id": "stringifier@1.4.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-cNsMOqqrcbLcHTXEVmkw9y0fwDwkdgtZwlfyolzpQDoAE1xdNGhQhxBUfiDvvZIKl1hnUEgMv66nHwtMz3OjPw==",
|
||
|
"_location": "/stringifier",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "stringifier@^1.3.0",
|
||
|
"name": "stringifier",
|
||
|
"escapedName": "stringifier",
|
||
|
"rawSpec": "^1.3.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^1.3.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/power-assert-renderer-comparison",
|
||
|
"/power-assert-renderer-diagram"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/stringifier/-/stringifier-1.4.0.tgz",
|
||
|
"_shasum": "d704581567f4526265d00ed8ecb354a02c3fec28",
|
||
|
"_spec": "stringifier@^1.3.0",
|
||
|
"_where": "C:\\Users\\jlevi\\Downloads\\tr2022-strategy-master\\tr2022-strategy-master\\data analysis\\functions\\node_modules\\power-assert-renderer-comparison",
|
||
|
"author": {
|
||
|
"name": "Takuto Wada",
|
||
|
"email": "takuto.wada@gmail.com",
|
||
|
"url": "https://github.com/twada"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/twada/stringifier/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"core-js": "^2.0.0",
|
||
|
"traverse": "^0.6.6",
|
||
|
"type-name": "^2.0.1"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Yet another stringify function",
|
||
|
"devDependencies": {
|
||
|
"browserify": "^13.0.0",
|
||
|
"del": "^2.0.2",
|
||
|
"gulp": "^3.9.0",
|
||
|
"gulp-derequire": "^2.1.0",
|
||
|
"gulp-dereserve": "^0.2.1",
|
||
|
"gulp-mocha": "^2.1.3",
|
||
|
"gulp-mocha-phantomjs": "^0.11.0",
|
||
|
"gulp-util": "^3.0.6",
|
||
|
"gulp-webserver": "^0.9.1",
|
||
|
"licensify": "^3.1.0",
|
||
|
"mocha": "^2.3.3",
|
||
|
"vinyl-source-stream": "^1.1.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"CHANGELOG.md",
|
||
|
"README.md",
|
||
|
"index.js",
|
||
|
"strategies.js",
|
||
|
"build/stringifier.js",
|
||
|
"package.json"
|
||
|
],
|
||
|
"homepage": "https://github.com/twada/stringifier",
|
||
|
"keywords": [
|
||
|
"stringify"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "stringifier",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/twada/stringifier.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"bower": "bower install --config.interactive=false",
|
||
|
"build": "npm prune && npm dedupe && gulp bundle",
|
||
|
"es6": "./test/travis_es6.sh",
|
||
|
"lint": "jshint index.js strategies.js",
|
||
|
"preversion": "npm test",
|
||
|
"test": "npm run es6 && gulp test",
|
||
|
"unit": "npm run es6 && gulp unit",
|
||
|
"version": "npm run build && git add -A build"
|
||
|
},
|
||
|
"version": "1.4.0"
|
||
|
}
|