{
"_from": "path-posix@^1.0.0",
"_id": "path-posix@1.0.0",
"_inBundle": false,
"_integrity": "sha1-BrJhE/Vr6rBCVFojv6iAA8ysJg8=",
"_location": "/path-posix",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "path-posix@^1.0.0",
"name": "path-posix",
"escapedName": "path-posix",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/@ember/test-helpers/broccoli-funnel",
"/broccoli-funnel",
"/ember-cli/broccoli-funnel",
"/ember-qunit/broccoli-funnel",
"/ember-source/broccoli-funnel",
"/fs-tree-diff"
],
"_resolved": "https://registry.npmjs.org/path-posix/-/path-posix-1.0.0.tgz",
"_shasum": "06b26113f56beab042545a23bfa88003ccac260f",
"_spec": "path-posix@^1.0.0",
"_where": "/Users/jen/dvcs/public/ember/tutorial/testapp/node_modules/broccoli-funnel",
"author": {
"name": "jden",
"email": "jason@denizac.org"
},
"bugs": {
"url": "https://github.com/jden/node-path-posix/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "posix-specific core path module",
"homepage": "https://github.com/jden/node-path-posix#readme",
"keywords": [
"path"
],
"license": "ISC",
"main": "index.js",
"name": "path-posix",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/jden/node-path-posix.git"
},
"scripts": {
"test": "node test/test-path"
},
"version": "1.0.0"
}
# |
Change |
User |
Description |
Committed |
|
#1
|
23539 |
jenbottom |
Adding the basic code for ember test appk, created with 'ember new' command |
|
|