GT2/GT2-iOS/node_modules/metro-source-map/package.json

103 lines
2.8 KiB
JSON

{
"_args": [
[
{
"raw": "metro-source-map@0.24.7",
"scope": null,
"escapedName": "metro-source-map",
"name": "metro-source-map",
"rawSpec": "0.24.7",
"spec": "0.24.7",
"type": "version"
},
"/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/metro"
]
],
"_from": "metro-source-map@0.24.7",
"_id": "metro-source-map@0.24.7",
"_inCache": true,
"_location": "/metro-source-map",
"_nodeVersion": "8.5.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/metro-source-map-0.24.7.tgz_1516901108687_0.06805612589232624"
},
"_npmUser": {
"name": "rafeca",
"email": "rafeca@gmail.com"
},
"_npmVersion": "5.3.0",
"_phantomChildren": {},
"_requested": {
"raw": "metro-source-map@0.24.7",
"scope": null,
"escapedName": "metro-source-map",
"name": "metro-source-map",
"rawSpec": "0.24.7",
"spec": "0.24.7",
"type": "version"
},
"_requiredBy": [
"/metro"
],
"_resolved": "https://registry.npmjs.org/metro-source-map/-/metro-source-map-0.24.7.tgz",
"_shasum": "b13d0ae6417c2a2cd3d521ae6cd898196748ec0b",
"_shrinkwrap": null,
"_spec": "metro-source-map@0.24.7",
"_where": "/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/metro",
"bugs": {
"url": "https://github.com/facebook/metro/issues"
},
"dependencies": {
"source-map": "^0.5.6"
},
"description": "🚇 Source map generator for Metro.",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-generator": "^6.26.0"
},
"directories": {},
"dist": {
"integrity": "sha512-12WEgolY5CGvHeHkF5QlM2qatdQC1DyjWkXLK9LzCqzd8YhUZww1+ZCM6E67rJwpeuCU9o1Mkiwd1h7dS+RBvA==",
"shasum": "b13d0ae6417c2a2cd3d521ae6cd898196748ec0b",
"tarball": "https://registry.npmjs.org/metro-source-map/-/metro-source-map-0.24.7.tgz"
},
"homepage": "https://github.com/facebook/metro#readme",
"main": "src/source-map.js",
"maintainers": [
{
"name": "fb",
"email": "opensource+npm@fb.com"
},
{
"name": "jeanlauliac",
"email": "jean@lauliac.com"
},
{
"name": "rafeca",
"email": "rafeca@gmail.com"
},
{
"name": "kuvos",
"email": "npm-public@qfox.nl"
},
{
"name": "cpojer",
"email": "christoph.pojer@gmail.com"
}
],
"name": "metro-source-map",
"optionalDependencies": {},
"readme": "# Metro\n\n🚇 The source map generator for [Metro](https://facebook.github.io/metro/).\n\n(TODO)\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/facebook/metro.git"
},
"scripts": {
"cleanup-release": "test ! -e build && mv src build && mv src.real src",
"prepare-release": "test -d build && rm -rf src.real && mv src src.real && mv build src"
},
"version": "0.24.7"
}