package.json 3.02 KB
{
  "_from": "rsvp@^4.8.2",
  "_id": "rsvp@4.8.4",
  "_inBundle": false,
  "_integrity": "sha512-6FomvYPfs+Jy9TfXmBpBuMWNH94SgCsZmJKcanySzgNNP6LjWxBvyLTa9KaMfDDM5oxRfrKDB0r/qeRsLwnBfA==",
  "_location": "/rsvp",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "rsvp@^4.8.2",
    "name": "rsvp",
    "escapedName": "rsvp",
    "rawSpec": "^4.8.2",
    "saveSpec": null,
    "fetchSpec": "^4.8.2"
  },
  "_requiredBy": [
    "/cheerio-httpcli"
  ],
  "_resolved": "https://registry.npmjs.org/rsvp/-/rsvp-4.8.4.tgz",
  "_shasum": "b50e6b34583f3dd89329a2f23a8a2be072845911",
  "_spec": "rsvp@^4.8.2",
  "_where": "D:\\OSS project\\YTMT\\node_modules\\cheerio-httpcli",
  "author": {
    "name": "Tilde, Inc. & Stefan Penner"
  },
  "browser": {
    "vertx": false
  },
  "bugs": {
    "url": "https://github.com/tildeio/rsvp.js/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A lightweight library that provides tools for organizing asynchronous code",
  "devDependencies": {
    "babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
    "babel-plugin-transform-es2015-block-scoping": "6.26.0",
    "babel-plugin-transform-es2015-classes": "^6.24.1",
    "babel-plugin-transform-es2015-computed-properties": "^6.24.1",
    "babel-plugin-transform-es2015-constants": "^6.1.4",
    "babel-plugin-transform-es2015-destructuring": "^6.23.0",
    "babel-plugin-transform-es2015-parameters": "^6.24.1",
    "babel-plugin-transform-es2015-shorthand-properties": "^6.24.1",
    "babel-plugin-transform-es2015-spread": "^6.22.0",
    "babel-plugin-transform-es2015-template-literals": "^6.22.0",
    "babel-preset-env": "1.7.0",
    "babel6-plugin-strip-class-callcheck": "^6.0.0",
    "broccoli-babel-transpiler": "6.4.3",
    "broccoli-concat": "^3.2.2",
    "broccoli-funnel": "2.0.1",
    "broccoli-merge-trees": "^3.0.0",
    "broccoli-rollup": "2.1.1",
    "broccoli-stew": "^1.5.0",
    "broccoli-uglify-js": "^0.2.0",
    "broccoli-watchify": "1.0.1",
    "ember-cli": "3.2.0",
    "ember-cli-dependency-checker": "2.1.1",
    "git-repo-version": "1.0.2",
    "mocha": "5.2.0",
    "promises-aplus-tests-phantom": "^2.1.0-revise"
  },
  "directories": {
    "lib": "lib"
  },
  "engines": {
    "node": "0.12.* || 4.* || 6.* || >= 7.*"
  },
  "files": [
    "dist",
    "lib",
    "!dist/test"
  ],
  "homepage": "https://github.com/tildeio/rsvp.js#readme",
  "jsnext:main": "dist/rsvp.es.js",
  "keywords": [
    "promises",
    "futures"
  ],
  "license": "MIT",
  "main": "dist/rsvp.js",
  "module": "dist/rsvp.es.js",
  "name": "rsvp",
  "namespace": "RSVP",
  "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",
    "start": "ember s",
    "test": "ember test",
    "test:browser": "ember test --launch PhantomJS",
    "test:node": "ember test --launch Mocha",
    "test:server": "ember test --server"
  },
  "version": "4.8.4"
}