@zkochan/pnpm
Version:
A fast implementation of npm install
145 lines (144 loc) • 3.78 kB
JSON
{
"_args": [
[
{
"raw": "rsvp@^3.1.0",
"scope": null,
"escapedName": "rsvp",
"name": "rsvp",
"rawSpec": "^3.1.0",
"spec": ">=3.1.0 <4.0.0",
"type": "range"
},
"C:\\src\\pnpm\\node_modules\\superstatic"
]
],
"_from": "rsvp@>=3.1.0 <4.0.0",
"_id": "rsvp@3.2.1",
"_inCache": true,
"_installable": true,
"_location": "/rsvp",
"_nodeVersion": "5.4.1",
"_npmOperationalInternal": {
"host": "packages-5-east.internal.npmjs.com",
"tmp": "tmp/rsvp-3.2.1.tgz_1455130766402_0.8265932467766106"
},
"_npmUser": {
"name": "stefanpenner",
"email": "stefan.penner@gmail.com"
},
"_npmVersion": "3.5.3",
"_phantomChildren": {},
"_requested": {
"raw": "rsvp@^3.1.0",
"scope": null,
"escapedName": "rsvp",
"name": "rsvp",
"rawSpec": "^3.1.0",
"spec": ">=3.1.0 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/superstatic"
],
"_resolved": "https://registry.npmjs.org/rsvp/-/rsvp-3.2.1.tgz",
"_shasum": "07cb4a5df25add9e826ebc67dcc9fd89db27d84a",
"_shrinkwrap": null,
"_spec": "rsvp@^3.1.0",
"_where": "C:\\src\\pnpm\\node_modules\\superstatic",
"author": {
"name": "Tilde, Inc. & Stefan Penner"
},
"browser": {
"vertx": false
},
"bugs": {
"url": "https://github.com/tildeio/rsvp.js/issues"
},
"dependencies": {},
"description": "A lightweight library that provides tools for organizing asynchronous code",
"devDependencies": {
"bower": "^1.3.9",
"brfs": "0.0.8",
"broccoli-es6-module-transpiler": "^0.5.0",
"broccoli-jshint": "^1.1.1",
"broccoli-merge-trees": "^1.1.1",
"broccoli-replace": "^0.2.0",
"broccoli-stew": "^1.2.0",
"broccoli-uglify-js": "^0.1.3",
"broccoli-watchify": "^0.2.0",
"ember-cli": "2.3.0-beta.1",
"ember-cli-dependency-checker": "^1.0.1",
"ember-publisher": "0.0.7",
"git-repo-version": "0.0.3",
"json3": "^3.3.2",
"minimatch": "^2.0.1",
"mocha": "^1.20.1",
"promises-aplus-tests-phantom": "^2.1.0-revise",
"release-it": "0.0.10"
},
"directories": {
"lib": "lib"
},
"dist": {
"shasum": "07cb4a5df25add9e826ebc67dcc9fd89db27d84a",
"tarball": "https://registry.npmjs.org/rsvp/-/rsvp-3.2.1.tgz"
},
"files": [
"dist",
"lib",
"!dist/test"
],
"gitHead": "c216e296794906df3e2fcaa35addbf1d4230f03d",
"homepage": "https://github.com/tildeio/rsvp.js#readme",
"jsnext:main": "lib/rsvp.js",
"keywords": [
"promises",
"futures"
],
"license": "MIT",
"main": "dist/rsvp.js",
"maintainers": [
{
"name": "wycats",
"email": "wycats@gmail.com"
},
{
"name": "ryanflorence",
"email": "rpflorence@gmail.com"
},
{
"name": "stefanpenner",
"email": "stefan.penner@gmail.com"
},
{
"name": "fivetanley",
"email": "dstanley.stuart@gmail.com"
},
{
"name": "mixonic",
"email": "matt.beale@madhatted.com"
}
],
"name": "rsvp",
"namespace": "RSVP",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/tildeio/rsvp.js.git",
"dist": "git@github.com:components/rsvp.js.git"
},
"scripts": {
"build": "ember build --environment production",
"build:production": "ember build --env production",
"dry-run-release": "ember build --environment production && release-it --dry-run --non-interactive",
"lint": "jshint lib",
"prepublish": "ember build --environment production",
"start": "ember s",
"test": "ember test",
"test:node": "ember build && mocha ./dist/test/browserify",
"test:server": "ember test --server"
},
"version": "3.2.1"
}