1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "_from": "shelljs@^0.2.6",
- "_id": "shelljs@0.2.6",
- "_inBundle": false,
- "_integrity": "sha1-kEktcv/MgVmXa6umL7D2iE8MM3g=",
- "_location": "/simctl/shelljs",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "shelljs@^0.2.6",
- "name": "shelljs",
- "escapedName": "shelljs",
- "rawSpec": "^0.2.6",
- "saveSpec": null,
- "fetchSpec": "^0.2.6"
- },
- "_requiredBy": [
- "/simctl"
- ],
- "_resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.2.6.tgz",
- "_shasum": "90492d72ffcc8159976baba62fb0f6884f0c3378",
- "_spec": "shelljs@^0.2.6",
- "_where": "/Users/christian/Documents/artesanias/node_modules/simctl",
- "author": {
- "name": "Artur Adib",
- "email": "aadib@mozilla.com"
- },
- "bin": {
- "shjs": "bin/shjs"
- },
- "bugs": {
- "url": "https://github.com/arturadib/shelljs/issues"
- },
- "bundleDependencies": false,
- "dependencies": {},
- "deprecated": false,
- "description": "Portable Unix shell commands for Node.js",
- "devDependencies": {
- "jshint": "~2.1.11"
- },
- "engines": {
- "node": ">=0.8.0"
- },
- "homepage": "http://github.com/arturadib/shelljs",
- "keywords": [
- "unix",
- "shell",
- "makefile",
- "make",
- "jake",
- "synchronous"
- ],
- "main": "./shell.js",
- "name": "shelljs",
- "optionalDependencies": {},
- "repository": {
- "type": "git",
- "url": "git://github.com/arturadib/shelljs.git"
- },
- "scripts": {
- "test": "node scripts/run-tests"
- },
- "version": "0.2.6"
- }
|