ember-introjs
Version:
An Ember Component for intro.js
63 lines (62 loc) • 1.77 kB
JSON
{
"_from": "wrench@1.3.x",
"_id": "wrench@1.3.9",
"_inBundle": false,
"_integrity": "sha1-bxPsNRRTF+spLKX2UxORskQRFBE=",
"_location": "/wrench",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "wrench@1.3.x",
"name": "wrench",
"escapedName": "wrench",
"rawSpec": "1.3.x",
"saveSpec": null,
"fetchSpec": "1.3.x"
},
"_requiredBy": [
"/build"
],
"_resolved": "https://registry.npmjs.org/wrench/-/wrench-1.3.9.tgz",
"_shasum": "6f13ec35145317eb292ca5f6531391b244111411",
"_spec": "wrench@1.3.x",
"_where": "/Users/dawidposlinski/Documents/apps/javascript/ember-introjs/node_modules/build",
"author": {
"name": "Ryan McGrath",
"email": "ryan@venodesigns.net"
},
"bugs": {
"url": "http://github.com/ryanmcgrath/wrench-js/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": "wrench.js is deprecated! You should check out fs-extra (https://github.com/jprichardson/node-fs-extra) for any operations you were using wrench for. Thanks for all the usage over the years.",
"description": "Recursive filesystem (and other) operations that Node *should* have.",
"devDependencies": {
"nodeunit": ">= 0.6.4"
},
"directories": {
"lib": "./lib/"
},
"engines": {
"node": ">=0.1.97"
},
"homepage": "https://github.com/ryanmcgrath/wrench-js#readme",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/ryanmcgrath/wrench-js/raw/master/LICENSE"
}
],
"main": "./lib/wrench",
"name": "wrench",
"repository": {
"type": "git",
"url": "git+https://ryanmcgrath@github.com/ryanmcgrath/wrench-js.git"
},
"scripts": {
"test": "nodeunit tests/runner.js"
},
"version": "1.3.9"
}