1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-03 12:50:04 +02:00
Files
gitlit/app/node_modules/nonblockjs/package.json
2018-10-10 15:11:12 +02:00

70 lines
1.8 KiB
JSON

{
"_from": "nonblockjs@1.0.8",
"_id": "nonblockjs@1.0.8",
"_inBundle": false,
"_integrity": "sha512-9TV8Ub+5/yts4TYPlVVL3KwOdU3VKW9agHRmkTJVTOGjNVx+P7b7NzqVBMSJMA0zY1vwfnNQXzZwYwDzb0R9OA==",
"_location": "/nonblockjs",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "nonblockjs@1.0.8",
"name": "nonblockjs",
"escapedName": "nonblockjs",
"rawSpec": "1.0.8",
"saveSpec": null,
"fetchSpec": "1.0.8"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/nonblockjs/-/nonblockjs-1.0.8.tgz",
"_shasum": "54aa8d1b590c93e57c167d5f0433db7ae73aafa1",
"_spec": "nonblockjs@1.0.8",
"_where": "E:\\projects\\p\\gitlit\\app",
"author": {
"name": "Hunter Perrin"
},
"bugs": {
"url": "https://github.com/sciactive/nonblockjs/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Unobtrusive (click through) UI elements in JavaScript.",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-iife-wrap": "^1.1.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-3": "^6.24.1"
},
"files": [
"NonBlock.es5.js",
"NonBlock.js"
],
"homepage": "https://github.com/sciactive/nonblockjs",
"keywords": [
"non blocking",
"nonblocking",
"nonblock",
"ui",
"unobtrusive",
"click through"
],
"license": "Apache-2.0",
"main": "NonBlock.js",
"name": "nonblockjs",
"repository": {
"type": "git",
"url": "git+https://github.com/sciactive/nonblockjs.git"
},
"scripts": {
"build": "babel -o NonBlock.es5.js NonBlock.js",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "babel --watch -o NonBlock.es5.js NonBlock.js"
},
"version": "1.0.8"
}