GT2/GT2-iOS/node_modules/absolute-path/package.json

86 lines
2.2 KiB
JSON

{
"_args": [
[
{
"raw": "absolute-path@^0.0.0",
"scope": null,
"escapedName": "absolute-path",
"name": "absolute-path",
"rawSpec": "^0.0.0",
"spec": ">=0.0.0 <0.0.1",
"type": "range"
},
"/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/react-native"
]
],
"_from": "absolute-path@>=0.0.0 <0.0.1",
"_id": "absolute-path@0.0.0",
"_inCache": true,
"_location": "/absolute-path",
"_npmUser": {
"name": "filearts",
"email": "filearts@gmail.com"
},
"_npmVersion": "1.3.14",
"_phantomChildren": {},
"_requested": {
"raw": "absolute-path@^0.0.0",
"scope": null,
"escapedName": "absolute-path",
"name": "absolute-path",
"rawSpec": "^0.0.0",
"spec": ">=0.0.0 <0.0.1",
"type": "range"
},
"_requiredBy": [
"/metro",
"/react-native"
],
"_resolved": "https://registry.npmjs.org/absolute-path/-/absolute-path-0.0.0.tgz",
"_shasum": "a78762fbdadfb5297be99b15d35a785b2f095bf7",
"_shrinkwrap": null,
"_spec": "absolute-path@^0.0.0",
"_where": "/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/react-native",
"author": {
"name": "Geoff Goodman"
},
"bugs": {
"url": "https://github.com/filearts/node-absolute-path/issues"
},
"dependencies": {},
"description": "Node.js 0.11.x path.isAbsolute as a separate module",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "a78762fbdadfb5297be99b15d35a785b2f095bf7",
"tarball": "https://registry.npmjs.org/absolute-path/-/absolute-path-0.0.0.tgz"
},
"homepage": "https://github.com/filearts/node-absolute-path",
"keywords": [
"path",
"absolute",
"isabsolute",
"windows"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "filearts",
"email": "filearts@gmail.com"
}
],
"name": "absolute-path",
"optionalDependencies": {},
"readme": "node-absolute-path\n==================\n\nNode.js 0.11.x path.isAbsolute as an installable module\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/filearts/node-absolute-path.git"
},
"scripts": {
"test": "node test/index.js"
},
"version": "0.0.0"
}